home *** CD-ROM | disk | FTP | other *** search
- on(release){
- stopAllSounds();
- Mouse.hide();
- _root.num = 0;
- _root.counter = 0;
- t = 0;
- while(t < _root.l)
- {
- _root["bs" + t].removeMovieClip();
- trace(_root["bs" + t]._x);
- t++;
- }
- _root.l = 0;
- _root.m = 0;
- _root.cstatus = 1;
- _root.star.startDrag(true);
- bgSound = new Sound();
- bgSound.attachSound("e1");
- bgSound.start(0,99);
- tt = _root.attachMovie("avoid","avoid",_root.k++);
- this.removeMovieClip();
- }
-